home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / homerunboy.swf / scripts / DefineSprite_248 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  634 b   |  20 lines

  1. var link = new Array();
  2. link[1] = "http://hon.mgame.com/playground/minigame_main.php";
  3. link[2] = "http://www.khnp.co.kr/03_info/sub3.jsp?hc=9_2";
  4. link[3] = "http://kids.kwater.or.kr";
  5. link[4] = "http://www.ebslang.co.kr/ebs/jsp/bfz/game/BFY_Game_Main_B.jsp";
  6. link[5] = "http://www.uniedu.go.kr/school/game/train/new_game.jsp";
  7. link[6] = "http://www.moleg.go.kr/26/01/";
  8. link_btn.useHandCursor = false;
  9. this.onMouseUp = function()
  10. {
  11.    if(this.hitTest(_root._xmouse,_root._ymouse,true))
  12.    {
  13.       if(currBanner != 0)
  14.       {
  15.          getURL(link[currBanner],"_blank");
  16.       }
  17.    }
  18. };
  19. gotoAndPlay("b" + random(7));
  20.